home *** CD-ROM | disk | FTP | other *** search
/ Champak 145 / (Vol 145) Dec 21 2011.iso / Games / Debora.swf / scripts / frame_109 / DoAction.as
Encoding:
Text File  |  2011-12-21  |  336 b   |  15 lines

  1. stop();
  2. loader_mc.onEnterFrame = function()
  3. {
  4.    var _loc3_ = this._parent;
  5.    var _loc2_ = _loc3_.getBytesLoaded() / _loc3_.getBytesTotal();
  6.    trace(_loc2_);
  7.    _loc3_.per = int(_loc2_ * 100);
  8.    this._xscale = int(_loc2_ * 100);
  9.    if(_loc2_ == 1)
  10.    {
  11.       this.onEnterFrame = null;
  12.       _loc3_.nextFrame();
  13.    }
  14. };
  15.